Bump StochasticDiffEqCore to 2.0.4 for release - #4089
Closed
ChrisRackauckas-Claude wants to merge 1 commit into
Closed
Bump StochasticDiffEqCore to 2.0.4 for release#4089ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
The registered 2.0.3 caps SciMLBase at 3.39, so nothing that requires SciMLBase 3.40+ can install alongside StochasticDiffEq. Master already carries the widened SciMLBase = "3.39" bound (SciML#4010) plus the changes from SciML#4018, SciML#4031, SciML#4033 and SciML#4038, but the version was never bumped, so none of it is installable. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Member
Author
|
Superseded by #4090, which bumped StochasticDiffEqCore to 2.0.4 five minutes after this was opened and is already registered (JuliaRegistries/General#163040). Closing as redundant. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ignore until reviewed by @ChrisRackauckas.
Why
The registered
StochasticDiffEqCore2.0.3 declaresSciMLBase = "3.35.1 - 3.39". Master widened that toSciMLBase = "3.39"in #4010 but never bumped the version, so the fix is not installable. That makes 2.0.3 the effective cap on the whole SDE stack, and anything requiring SciMLBase 3.40+ fails to resolve.Concretely, this is currently breaking SciMLSensitivity CI (https://github.com/SciML/SciMLSensitivity.jl/actions/runs/30650807324) — SciMLSensitivity requires
SciMLBase = "3.40":Registering OrdinaryDiffEq 7.2.1 and StochasticDiffEq 7.1.3 already cleared the layer above this one;
StochasticDiffEqCoreis what is left.What this does
Bumps
lib/StochasticDiffEqCore/Project.tomlfrom 2.0.3 to 2.0.4. Nothing else. 2.0.4 matches the version the General registry already has a staged compat entry for (["2.0.4 - 2"] SciMLBase = "3.35.1 - 3"), andStochasticDiffEqv7 declaresStochasticDiffEqCore = "2", so it picks the new version up with no further changes.Unreleased work that ships with it: #4010, #4018, #4031, #4033, #4038.
Once merged, this needs
@JuliaRegistrator register subdir=lib/StochasticDiffEqCoreon the merge commit.🤖 Generated with Claude Code
https://claude.ai/code/session_016urAXSHsbD8mW7Zs2sbgLk